JMDisposeAppletLocator
Removes an applet locator.
OSStatus JMDisposeAppletLocator (JMAppletLocatorRef locatorRef);
locatorRef
- The applet locator to remove.
- function result
- A result code; see "JManager Result Codes".
DISCUSSION
Since the applet locator merely locates an applet, you can dispose of it after instantiating the applet. You can callJMDisposeAppletLocator
while the thread created byJMNewAppletLocator
function is still searching for the applet.SEE ALSO
TheJMNewAppletLocatorFromInfo
function.